object MsgFrm: TMsgFrm Left = 231 Top = 181 BorderIcons = [] BorderStyle = bsDialog Caption = 'Waiting...' ClientHeight = 105 ClientWidth = 243 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object LaMsg: TLabel Left = 16 Top = 20 Width = 217 Height = 41 Alignment = taCenter AutoSize = False Caption = 'LaMsg' Transparent = True WordWrap = True end object BtCancel: TButton Left = 83 Top = 72 Width = 75 Height = 25 Caption = 'BtCancel' Default = True ModalResult = 1 TabOrder = 0 OnClick = BtCancelClick end end